home *** CD-ROM | disk | FTP | other *** search
/ Game Programming in C++ - Start to Finish / GameProgrammingS.iso / SDL / SDL-Win32-1.2.9-Complete.exe / {app} / SDL-Mixer_1.2.6.README < prev    next >
Encoding:
Text File  |  2001-12-18  |  1.3 KB  |  33 lines

  1.  
  2. SDL_mixer 1.2
  3.  
  4. The latest version of this library is available from:
  5. http://www.libsdl.org/projects/SDL_mixer/
  6.  
  7. Due to popular demand, here is a simple multi-channel audio mixer.
  8. It supports 8 channels of 16 bit stereo audio, plus a single channel
  9. of music, mixed by the popular MikMod MOD, Timidity MIDI and SMPEG MP3
  10. libraries.
  11.  
  12. See the header file SDL_mixer.h and the examples playwave.c and playmus.c
  13. for documentation on this mixer library.
  14.  
  15. The mixer can currently load Microsoft WAVE files and Creative Labs VOC
  16. files as audio samples, and can load MIDI files via Timidity and the
  17. following music formats via MikMod:  .MOD .S3M .IT .XM. It can load
  18. Ogg Vorbis streams as music if built with the Ogg Vorbis libraries,
  19. and finally it can load MP3 music using the SMPEG library.
  20.  
  21. The process of mixing MIDI files to wave output is very CPU intensive,
  22. so if playing regular WAVE files sound great, but playing MIDI files
  23. sound choppy, try using 8-bit audio, mono audio, or lower frequencies.
  24.  
  25. To play MIDI files, you'll need to get a complete set of GUS patches
  26. from:
  27. http://www.libsdl.org/projects/mixer/timidity/timidity.tar.gz
  28. and unpack them in /usr/local/lib under UNIX, and C:\ under Win32.
  29.  
  30. This library is available under the GNU Library General Public License,
  31. see the file "COPYING" for details.
  32.  
  33.